'Declaration<DispIdAttribute(81)> Function DrawArc( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Radius As Single, _ ByVal StartAngle As Single, _ ByVal EndAngle As Single, _ ByVal Close As Boolean, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
[DispId(81)] GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
function DrawArc(
Left: Single;
Top: Single;
Radius: Single;
StartAngle: Single;
EndAngle: Single;
Close: Boolean;
Fill: Boolean;
Stroke: Boolean
): GdPictureStatus;
DispIdAttribute(81) function DrawArc( Left : float, Top : float, Radius : float, StartAngle : float, EndAngle : float, Close : boolean, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
[DispId(81)] GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
[DispId(81)] GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
Parameters
- Left
- Top
- Radius
- StartAngle
- EndAngle
- Close
- Fill
- Stroke
